Interface IPsecPeer

All Superinterfaces:
IPCObject
All Known Implementing Classes:
IPsecPeerImpl

public interface IPsecPeer extends IPCObject
Information provided by the PKI file:

    \class IpsecPeer
    
    \brief IpsecPeer handles and manipulates IPSec peers.
    
    \example network().getDevice("Router0").getProcess("IpsecProcess").getCryptoMapSetAt(0).getTableAtIndex(0).getFlowAt(0).getPeerAt(0)
    
Author:
Auto-generated
  • Method Details

    • getCurrentSaGroup

      IPsecSaGroup getCurrentSaGroup()
      Information provided by the PKI file:
      
          \brief Returns the current IPSec SA group.
          
          \return IpsecSaGroup, the IpsecSaGroup object.
          
              
      Returns:
      IPsecSaGroup Returns a IPsecSaGroup
    • getPeerIp

      IPAddress getPeerIp()
      Information provided by the PKI file:
      
          \brief Returns the IPSec peer IP address.
          
          \return ip, the IPSec peer IP address.
          
              
      Returns:
      IPAddress Returns a IPAddress